home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / MOUSLIB6.ARJ / MOUSELIB.DOC next >
Text File  |  1992-03-05  |  5KB  |  126 lines

  1.  
  2.  ╔══════════════════════════════════════════════════════════════════════════╗
  3.  ║                                                                          ║
  4.  ║                                 ISoft D&M                                ║
  5.  ║                                 POB. 5517                                ║
  6.  ║                           Coralville IA 52241                            ║
  7.  ║                                   U.S.A                                  ║
  8.  ║                                                                          ║
  9.  ╚══════════════════════════════════════════════════════════════════════════╝ 
  10.  
  11. (******************************************************************************
  12. *                                  MouseLib                                   *
  13. *           second release, written by Loewy Ron, AUG 90                  *
  14. *               Third  release, TP6.0 asm support, LR Jan 91.                 *
  15. *               Fourth release, added functions, LR   May 91.                 *
  16. *               Fifth  release, added intercept, release functions, Jun 91.   *
  17. *               6.th Release - Better Docs., Test Sample Program.             *
  18. ******************************************************************************)
  19.  
  20.  mouseLib documentation file     : mouseLib.doc, rel 6.0.
  21.  last update                     : Mar. 05, 1992, LR.
  22.  
  23. File List
  24. ---------
  25.  
  26.  This package contains the following files :
  27.  
  28.  MOUSELIB.PAS   - mouseLib Turbo Pascal Source file
  29.  MOUSELIB.DOC   - This file. 
  30.  MOUSELIB.REG   - Registration File.
  31.  PROGRAMS.TXT   - ISoft D&M shareware products description.
  32.  MOUSETST.PAS   - Simple mouseLib Turbo Pascal test sample.
  33.  
  34. Why Register
  35. ------------
  36.  
  37.   mouseLib is a shareware product, if you find this product valuable, 
  38.  please register it. This section describes the reasones you should register.
  39.  
  40.   By registering mouseLib you will receive a printed manual with FULL technical
  41.  documentation, loads of program samples printed, and on disk, and the latest
  42.  mouseLib version. By registering you will help us to create the next version
  43.  of mouseLib that will support more INT 33H functions, and will include even
  44.  more high-level support for TSRs, EVENT-DRIVEN programming, and more.
  45.  
  46.   Registered mouseLib users get full no-rotality usage permission, and the
  47.  complete KBDHDR keyboard interface Turbo Pascal package. 
  48.  
  49. Whats new
  50. ---------
  51.  
  52.   - Added better documentation in MOUSELIB.PAS source.
  53.   - Added A Simple Sample program - MOUSETST.PAS.
  54.   - From this version mouseLib is distributed by 
  55.     ISoft D&M, P.O.B 5517, Coralville IA 52241, U.S.A
  56.  
  57. Introduction
  58. ------------
  59.  
  60.   mouseLib is a Turbo-Pascal 6.0 mouse support unit, designed to provide
  61.  event driven mouse support, using a standard (default) event handling
  62.  mechanism. The unit includes all of the normal mouse library functions,
  63.  (show, hide cursor, define tresh-hold, detect mouse etc..). mouseLib was
  64.  used for over 2 years now, with many programs and products written by the 
  65.  author, and other programmers. Several mouseLib based packages are distributed
  66.  by ISoft D&M, and can be downloaded for evaluation from BBSes around the
  67.  world.
  68.  
  69. Technical documantation
  70. -----------------------
  71.  
  72.   ISoft D&M will not give any technical documentation but the supplied source 
  73.  code, We have tried to document the code as good as we could, Used the best 
  74.  names we could think of to functions and procedures, and added explanations 
  75.  where ever we felt the code was not trivial. If you intend to use this unit, 
  76.  you will have to look into the source code. Two points we would like to 
  77.  mention - 
  78.  a.> use the setMouseGraph and resetMouseGraph before using the initMouse
  79.      procedure, to choose if you want text or graphics mouse support.
  80.  b.> look at the defaultHandler assembler routine, this is the heart of my
  81.      event driven applications. (use setDefaultHandler to ...).
  82.  
  83.   For complete technical documentation, Please refer to the supplied 
  84.  MOUSELIB.REG file, and register your mouseLib copy.
  85.  
  86. Warranty
  87. --------
  88.  
  89.   There is no warranty what so ever, This software package is supplied as is,
  90.  The distributer (ISoft D&M), or the author (Loewy Ron), are not,
  91.  and will not be responsible for any damages, lost profits, 
  92.  or inconveniences caused by the use, or inability to use this package. 
  93.  The use of the package is at your own risk. 
  94.  By using (or attempting to use) the package you agree to this.
  95.  
  96. General
  97. -------
  98.  
  99.   mouseLib is distributed by ISoft D&M, P.O.B. 5517 CORALVILLE IA 52241, U.S.A.
  100.   
  101.   mouseLib is (c) copyrighted by Loewy Ron, 1990, 92.
  102.  
  103.   mouseLib is a shareware package, please register your copy. 
  104.   To register your copy of mouseLib please refer to the supplied
  105.   MOUSELIB.REG file. 
  106.  
  107.   Other programs distributed by ISoft D&M are described in the supplied  
  108.   PROGRAMS.TXT file.
  109.  
  110. Contact
  111. -------
  112.  
  113.   Please contact :
  114.  
  115.   ISoft D&M,  
  116.   P.O.B 5517
  117.   Coralville IA 52241,
  118.   U.S.A
  119.  
  120. Credits
  121. -------
  122.  
  123.   Turbo-Pascal is a copyright of Borland International.
  124.  
  125.   Genius Mouse is a trademark of KUN YING ENTERPRISE CO.
  126.